home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší hry / Nejlepsi hry.iso / hry / antz / Install.exe / {app} / Data / HTML / CSS / ANTZ.css < prev    next >
Cascading Style Sheet File  |  2004-09-27  |  1KB  |  115 lines

  1. BODY
  2. {
  3.   margin: 150px;
  4.   margin-top: 35px;
  5.   margin-bottom: 25px;
  6.  
  7.   cursor: default;
  8.  
  9.   bdackground-color: #ffffff;
  10.   background-repeat: no-repeat;
  11.  
  12.   scrollbar-face-color:#404040;
  13.   scrollbar-arrow-color:#ffffff;
  14.   scrollbar-highlight-color:#606060;
  15.   scrollbar-3dlight-color:#808080;
  16.   scrollbar-shadow-color:#202020;
  17.   scrollbar-darkshadow-color:#000000;
  18.   scrollbar-track-color:#ffffff;
  19. }
  20.  
  21. A
  22. {
  23.   color: #000000;
  24.   text-decoration: None;
  25. }
  26. A:hover
  27. {
  28.   font-weight: bold;
  29.   text-decoration: none;
  30.   color: #00c000;
  31. }
  32.  
  33. *
  34. {
  35. font-size: 16pt;
  36. font-family: "Mufferaw, Comic Sans MS, Courier New";
  37. font-weight: regular;
  38. text-align: center;
  39. }
  40.  
  41. *.Slash
  42. {
  43. font-size: 38pt;
  44. color: #ff0000;
  45. }
  46. *.SlashLetter
  47. {
  48. font-size: 28pt;
  49. font-weight: bold;
  50. color: #ff0000;
  51. }
  52.  
  53. *.Subtitle
  54. {
  55. font-size: 24pt;
  56. font-family: StencilDEE;
  57. font-weight: lighter;
  58. }
  59.  
  60. *.Ast
  61. {
  62. font-size: 44pt;
  63. font-family: StencilDEE;
  64. font-weight: lighter;
  65. }
  66.  
  67. *.Smaller
  68. {
  69. font-size: 12pt;
  70. }
  71.  
  72. *.Copyright
  73. {
  74. font-size: 12pt;
  75. }
  76.  
  77.  
  78. CODE
  79. {
  80. color: #00c000;
  81. }
  82. CODE.Key
  83. {
  84. color: #0000ff;
  85. }
  86.  
  87. H1
  88. {
  89. font-size: 70pt;
  90. font-family: StencilDEE;
  91. font-weight: lighter;
  92. taxt-align: center;
  93. }
  94. H2
  95. {
  96. font-weight: bold;
  97. font-size: 24pt;
  98. }
  99. H3
  100. {
  101. font-weight: bold;
  102. font-size: 20pt;
  103. }
  104.  
  105. HR
  106. {
  107.   color: #000000;
  108.   height: 2px;
  109. }
  110. HR.quarter
  111. {
  112.   color: #000000;
  113.   height: 2px;
  114.   width: 25%;
  115. }